home *** CD-ROM | disk | FTP | other *** search
- global gSlotsList, gCounter, gStartTime
-
- on exitFrame
- set timeCheck to the ticks - gStartTime
- if timeCheck > 30 then
- set gCounter to gCounter + 1
- set whichOne to getAt(gSlotsList, gCounter)
- set the loc of sprite (whichOne + 7) to the loc of sprite (whichOne + 2)
- puppetSound("whooshClunk")
- updateStage()
- set gStartTime to the ticks
- end if
- if gCounter = 4 then
- repeat with x = 8 to 11
- puppetSprite(x, 0)
- end repeat
- go("burning")
- else
- go(#loop)
- end if
- end
-